CC = gcc CCFLAGS = -D__UNIX__ -o base/stage sources = error.c parse.c select.c sort.c stdio.c stdlib.c show.c Stage.c headers = error.h parse.h select.h sort.h stdio.h stdlib.h show.h all: $(sources) $(headers) $(CC) $(CCFLAGS) $(sources)